home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / SDK / examples / viewfont / viewfont_strings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-26  |  173 b   |  9 lines

  1. #define CATCOMP_BLOCK
  2. #include "viewfont.strings"
  3. #include <dopus/locale.h>
  4.  
  5. void init_locale_data(struct DOpusLocale *locale)
  6. {
  7.     locale->li_BuiltIn=(char *)CatCompBlock;
  8. }
  9.